projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f495d40
)
(shell-mode): Capitalize mode name.
author
Roland McGrath
<roland@gnu.org>
Mon, 19 Apr 1993 21:19:44 +0000
(21:19 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 19 Apr 1993 21:19:44 +0000
(21:19 +0000)
lisp/shell.el
patch
|
blob
|
history
diff --git
a/lisp/shell.el
b/lisp/shell.el
index bf7d2b820e43f5271fe1de00a29fdfab376b5066..1f69e426d91930ce95e947e56ed650668cd23c74 100644
(file)
--- a/
lisp/shell.el
+++ b/
lisp/shell.el
@@
-228,7
+228,7
@@
to match their respective commands."
(comint-mode)
(setq comint-prompt-regexp shell-prompt-pattern)
(setq major-mode 'shell-mode)
- (setq mode-name "
s
hell")
+ (setq mode-name "
S
hell")
(use-local-map shell-mode-map)
(make-local-variable 'shell-dirstack)
(setq shell-dirstack nil)